home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 21
/
Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso
/
Aminet
/
game
/
gag
/
transacheat.lha
/
transacheat
/
Install TransArctica
< prev
next >
Wrap
Text File
|
1989-08-03
|
2KB
|
94 lines
;
; $VER: TransACheat Installation script 1.1 (24-08-97)
;
(procedure copydiskette (
(askdisk
(dest VAR_DISKETTE)
(prompt ("Please insert volume %s in any drive\n\nI will be needing it to proceed." VAR_DISKETTE))
(help @askdisk-help)
)
)
(copyfiles
(prompt "Copying disk...")
(help @copyfiles-help)
(source ("%s:" VAR_DISKETTE))
(dest @default-dest)
(all)
)
)
(message "Welcome to TransArctica installation utility\n\nThis will install TransArctica on your Hard Disk\n(you need original TransArctica disks to proceed)\n\nAlso if you only have 2Megs of ram,\nyou are reccommended to install AStart\n\n(AStart © Wojciech Kocjan, not included)\n\nAStart available on Aminet: util/boot/astart.lha")
(welcome)
(set destdir
(askdir
(prompt "Enter destination path for TransArctica\n(a drawer called TransArctica will be created there)")
(help @askdir-help)
(default @default-dest)
)
)
(set @default-dest (tackon destdir "TransArctica"))
(makedir @default-dest
(prompt "Creating \"TransArctica\" drawer")
(help @makedir-help)
(infos)
)
(set COPYCHEAT
)
(if (=(askbool
(prompt "Shall I copy the Cheating program as well?")
(help @askbool-help)
(default 1)
(choices "Copy" "Don't copy")
) 1)
(
(copyfiles
(prompt "Copying TransArctica cheating program...")
(help @copyfiles-help)
(source "")
(dest @default-dest)
(choices "TransACheat" "TransArctica Cheat")
(infos)
(confirm)
)
)
)
(complete 10)
(copyfiles
(prompt "Copying TransArctica icon...")
(help @copyfiles-help)
(source "")
(dest @default-dest)
(choices "TransArctica")
(infos)
(confirm)
)
(complete 20)
(set VAR_DISKETTE "TransA_A")
(copydiskette)
(complete 50)
(set VAR_DISKETTE "TransA_B")
(copydiskette)
(complete 80)
(set VAR_DISKETTE "TransA_C")
(copydiskette)
(complete 100)
(exit)